PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.formattedcontent Package / PDFFormattedContent Class / addParagraph Method / addParagraph(PDFFormattedBlock[]) Method
Paragraph content.
In This Topic
    addParagraph(PDFFormattedBlock[]) Method
    In This Topic
    Creates a new paragraph with the specified content and adds it to the collection.
    Syntax

    Parameters

    blocks
    Paragraph content.

    Return Value

    The new paragraph.
    Exceptions
    ExceptionDescription
    When blocks array is null.
    See Also